home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TFORMSELAMENAZAS / TFORMSELAMENAZAS.txt < prev   
Text File  |  2008-07-21  |  2KB  |  98 lines

  1. object FormSelAmenazas: TFormSelAmenazas
  2.   Left = 394
  3.   Top = 266
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selecci∩┐╜n de amenazas excluidas'
  6.   ClientHeight = 361
  7.   ClientWidth = 376
  8.   Color = 14215660
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PlaGroupBox1: TPlaGroupBox
  21.     Left = 10
  22.     Top = 12
  23.     Width = 353
  24.     Height = 309
  25.     TitleFont.Charset = DEFAULT_CHARSET
  26.     TitleFont.Color = 13977088
  27.     TitleFont.Height = -11
  28.     TitleFont.Name = 'Tahoma'
  29.     TitleFont.Style = []
  30.     Caption = 'Amenazas excluidas'
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 60
  34.       Top = 24
  35.       Width = 271
  36.       Height = 13
  37.       Caption = 'Selecciona las amenazas que ser∩┐╜n excluidas del an∩┐╜lisis'
  38.       Constraints.MaxWidth = 271
  39.       Constraints.MinWidth = 271
  40.       WordWrap = True
  41.     end
  42.     object Image1: TImage
  43.       Left = 10
  44.       Top = 22
  45.       Width = 32
  46.       Height = 32
  47.       Picture.Data = {<image000.bmp>}
  48.       Transparent = True
  49.     end
  50.     object PlaComboBoxAmenazas: TPlaComboBox
  51.       Left = 58
  52.       Top = 64
  53.       Width = 277
  54.       Height = 21
  55.       Style = csDropDownList
  56.       TabOrder = 0
  57.       Text = 'Todas'
  58.       OnChange = PlaComboBoxAmenazasChange
  59.       Items.Strings = (
  60.         'Todos'
  61.         'Progamas esp∩┐╜a (Spyware)'
  62.         'Herramientas de hacking y seguimiento'
  63.         'Marcadores telef∩┐╜nicos (Dialers)'
  64.         'Bromas (Jokes)')
  65.     end
  66.     object PlaListBoxAmenazas: TPlaListBox
  67.       Left = 58
  68.       Top = 96
  69.       Width = 277
  70.       Height = 199
  71.       Sorted = True
  72.       TabOrder = 1
  73.       UseCheckBoxes = True
  74.       OnClickCheck = PlaListBoxAmenazasClickCheck
  75.       OnKeyPress = PlaListBoxAmenazasKeyPress
  76.     end
  77.   end
  78.   object PlaButtonAceptar: TPlaButton
  79.     Left = 218
  80.     Top = 330
  81.     Width = 64
  82.     Height = 21
  83.     Caption = 'Aceptar'
  84.     TabOrder = 1
  85.     OnClick = PlaButtonAceptarClick
  86.   end
  87.   object PlaButtonCancelar: TPlaButton
  88.     Left = 296
  89.     Top = 330
  90.     Width = 64
  91.     Height = 21
  92.     Caption = 'Cancelar'
  93.     TabOrder = 2
  94.     OnClick = PlaButtonCancelarClick
  95.     Cancel = True
  96.   end
  97. end
  98.